home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / gprof / gprof.flat.blurb < prev   
Encoding:
Text File  |  1989-01-05  |  1.1 KB  |  34 lines

  1.     @(#)flat.blurb 1.1 86/07/07 SMI
  2.  
  3.  
  4.  
  5. flat profile:
  6.  
  7.  %         the percentage of the total running time of the
  8. time       program used by this function.
  9.  
  10. cumulative a running sum of the number of seconds accounted
  11.  seconds   for by this function and those listed above it.
  12.  
  13.  self      the number of seconds accounted for by this
  14. seconds    function alone.  This is the major sort for this
  15.            listing.
  16.  
  17. calls      the number of times this function was invoked, if
  18.            this function is profiled, else blank.
  19.  
  20.  self      the average number of milliseconds spent in this
  21. ms/call    function per call, if this function is profiled,
  22.        else blank.
  23.  
  24.  total     the average number of milliseconds spent in this
  25. ms/call    function and its descendents per call, if this 
  26.        function is profiled, else blank.
  27.  
  28. name       the name of the function.  This is the minor sort
  29.            for this listing. The index shows the location of
  30.        the function in the gprof listing. If the index is
  31.        in parenthesis it shows where it would appear in
  32.        the gprof listing if it were to be printed.
  33.  
  34.